home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / User Contributions / oodles-of-utils.sea / oodles-of-utils / examples / chameleon.c.pas.lisp / chameleon.c.pas.lisp
Encoding:
Text File  |  1992-12-14  |  330 b   |  15 lines  |  [TEXT/CCL2]

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;; Compiles in LISP, C, and Pascal
  3.  
  4. (* pi);/*
  5. #|
  6. */ main()  { puts ("Compiled by a C compiler"); } /*
  7. |# (print "Compiled by a Lisp compiler") #| *)
  8. program chameleon (output);
  9.   begin
  10.     writeln('Compiled by a Pascal compiler');
  11.   end.
  12. (*/
  13. #define end_pascal_comment |#'( *)
  14.  
  15.